home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio / Ray Dream Studio (CDRAYD1) (Ray Dream) (1995).iso / DREAMSDK.WIN / INCLUDE / EVXAPI.S < prev    next >
Text File  |  1995-09-01  |  3KB  |  105 lines

  1. ; $Id: evxapi.s 1.1 1994/03/01 18:45:10 psq Exp $
  2.  
  3.                     INCLUDE 'EVDLLDef.s'
  4.  
  5.                     PlugGlue2 EVXmalloc
  6.                     PlugGlue2 EVXrealloc
  7.                     PlugGlue2 EVXfree
  8.                     PlugGlue2 EVXYield
  9.                     PlugGlue2 EVXSceneGetNLights
  10.                     PlugGlue2 EVXGetIndLight
  11.                     PlugGlue2 EVXSceneGetNPrimitives
  12.                     PlugGlue2 EVXSceneGetIndPrimitives
  13.  
  14.                     PlugGlue2 EVXTreeForEachInstance
  15. ;                    PlugGlue2 EVXTreeGetNInstance
  16.  
  17. ;                    PlugGlue2 EVXTreeIterNew
  18. ;                    PlugGlue2 EVXTreeIterDelete
  19. ;                    PlugGlue2 EVXTreeIterFirst
  20. ;                    PlugGlue2 EVXTreeIterNext
  21. ;                    PlugGlue2 EVXTreeIterMore
  22.  
  23.                     PlugGlue2 EVXInstanceGetPrim
  24.                     PlugGlue2 EVXInstanceGetGlobalTransform
  25.                     PlugGlue2 EVXInstanceDoShade
  26.                     PlugGlue2 EVXInstanceGetMainColors
  27.                     PlugGlue2 EVXInstanceGetShadingFlags
  28.                     PlugGlue2 EVXInstanceGetShadingLevel
  29.  
  30.                     PlugGlue2 EVXLightGetGlobalTransform
  31.                     PlugGlue2 EVXLightGetColor
  32.                     PlugGlue2 EVXLightGetDirection
  33.                     PlugGlue2 EVXLightShadowEffect
  34.  
  35.                     PlugGlue2 EVXUVToRay
  36.                     PlugGlue2 EVXXYZToUV
  37.                     PlugGlue2 EVXGetGlobalToCameraTransform
  38.                     
  39.                     PlugGlue2 EVXOffNew
  40.                     PlugGlue2 EVXOffDelete
  41.                     PlugGlue2 EVXOffInitialize
  42.                     PlugGlue2 EVXOffGetDepth
  43.                     PlugGlue2 EVXFocus
  44.                     PlugGlue2 EVXUnFocus
  45.                     PlugGlue2 EVXOffCopyBits
  46.                     PlugGlue2 EVXOffErase
  47.                     PlugGlue2 EVXOffSetPosition
  48.                     PlugGlue2 EVXOffGoRight
  49.                     PlugGlue2 EVXOffGoLeft
  50.                     PlugGlue2 EVXOffGoDown
  51.                     PlugGlue2 EVXOffGoUp
  52.                     PlugGlue2 EVXOffPut1
  53.                     PlugGlue2 EVXOffPut8
  54.                     PlugGlue2 EVXOffPut32
  55.                     PlugGlue2 EVXOffGet1
  56.                     PlugGlue2 EVXOffGet8
  57.                     PlugGlue2 EVXOffGet32
  58.                     PlugGlue2 EVXOffPut
  59.                     PlugGlue2 EVXOffGet
  60.  
  61. ;                    PlugGlue2 EVXBufNew
  62. ;                    PlugGlue2 EVXBufDelete
  63. ;                    PlugGlue2 EVXBufInitialize
  64. ;                    PlugGlue2 EVXBufErase
  65. ;                    PlugGlue2 EVXBufSetPosition
  66. ;                    PlugGlue2 EVXBufGoRight
  67. ;                    PlugGlue2 EVXBufGoLeft
  68. ;                    PlugGlue2 EVXBufGoDown
  69. ;                    PlugGlue2 EVXBufGoUp
  70. ;                    PlugGlue2 EVXBufPut16
  71. ;                    PlugGlue2 EVXBufGet16
  72. ;                    PlugGlue2 EVXBufPut
  73. ;                    PlugGlue2 EVXBufGet
  74.  
  75. ;                    PlugGlue2 EVXGetOffOrBufRect
  76. ;                    PlugGlue2 EVXSetOffOrBufRect
  77.  
  78.                     PlugGlue2 EVXBufferGetChunkInfo
  79.                     PlugGlue2 EVXBufferForEachChunk
  80.                     PlugGlue2 EVXChunkLockForRead
  81.                     PlugGlue2 EVXChunkLockForWrite
  82.                     PlugGlue2 EVXChunkUnlock
  83.                     PlugGlue2 EVXChunkGetData
  84.  
  85.                     PlugGlue2 EVXBeginGroup
  86.                     PlugGlue2 EVXBeginPath
  87.                     PlugGlue2 EVXLineTo
  88.                     PlugGlue2 EVXCurveTo
  89.                     PlugGlue2 EVXBezierTo
  90.                     PlugGlue2 EVXEndPath
  91.                     PlugGlue2 EVXEndGroup
  92.                     PlugGlue2 EVXDrawVertex
  93.                     PlugGlue2 EVXDrawHandle
  94.                     PlugGlue2 EVXDrawControl
  95.  
  96.                     PlugGlue2 EVXBgGetUVColor
  97.                     PlugGlue2 EVXBgGetDirectionColor
  98.                     PlugGlue2 EVXBgIsUV
  99.                     PlugGlue2 EVXAtmosphericLocal
  100.                     PlugGlue2 EVXAtmosphericGlobal
  101.                     
  102.                     PlugGlue2 EVXRandom
  103.                     PlugGlue2 EVXRandomSeed
  104.                     END
  105.